encoding/xml.printer.marshalSimple (method)
3 uses
encoding/xml (current package)
marshal.go#L561: s, b, err1 := p.marshalSimple(typ, val)
marshal.go#L654: s, b, err := p.marshalSimple(val.Type(), val)
marshal.go#L783: func (p *printer) marshalSimple(typ reflect.Type, val reflect.Value) (string, []byte, error) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)